home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm1 / clcht415.lha / CLChat415 / ChatBot / source / ftzs.a < prev    next >
Text File  |  1996-02-06  |  188b  |  17 lines

  1.     section    "text",code
  2.  
  3.     xref    ___timezone
  4.     xref    ___daylight
  5.  
  6.     xdef    @__tzset
  7.     xdef    ___tzset
  8.  
  9. @__tzset:
  10. ___tzset:
  11.     moveq    #0,d0
  12.     move.l    d0,___timezone(a4)
  13.     move.l    d0,___daylight(a4)
  14.     rts
  15.  
  16.     END
  17.